@media (max-width:1600px){
    header .menuBox{
        width:68%;
    }
    .home4 ul li{
        padding:30px;
    }
    .home4 ul li h3{
        font-size:24px;
    }
    header .menuBox ul li{
        margin-left:4%;
    }
}
@media (max-width:1440px){
    header .menuBox{
        width:65%;
    }
}
@media (max-width:1360px){
    header .menuBox ul li{
        margin-left:4%;
        font-size:18px;
    }
}
@media (max-width: 1200px){
    header .menuBox {
        width: 66%;
    }
	header .menuBox ul li{
        margin-left:3%;
    }
}

@media (max-width:1100px){
    body{
        padding-top:70px;
    }
    header{
        height:70px;
        line-height:70px;
        background-color:white;
    }
    header .logo{
        max-width:40%;
        padding:10px 0;
        height:70px;
        line-height:50px;
      	margin-left: 0;
    }
  header .top{
  	    padding-right: 35px;
  }
    header .logo img{
        max-height:100%;
    }
    header .logo .logo2{
        display:inline;
    }
    header .logo .logo1{
        display:none;
    }
    header .searchBox{
        line-height:55px;
        padding-top:15px;
    }
    .top .open_menu{
        display:inline-block;
        float:right;
        margin-left:15px;
        margin-top:25px;
    }
    .top .open_menu .navBtn{
        position:relative;
        display:block;
        box-sizing:content-box;
        width:25px;
        height:20px;
        overflow:hidden;
    }
    .top .open_menu .navBtn i{
        display:block;
        width:100%;
        height:4px;
        background-color:#0E1637;
        position:absolute;
        left:0;
        transition:0.3s;
    }
    .top .open_menu .navBtn .i1{
        top:0;
    }
    .top .open_menu .navBtn .i2{
        top:8px;
    }
    .top .open_menu .navBtn .i3{
        top:16px;
    }
    .top .open_menu.active .navBtn .i2{
        display:none;
    }
    .top .open_menu.active .navBtn .i1{
        transform:rotate(45deg);
        top:8px;
    }
    .top .open_menu.active .navBtn .i3{
        transform:rotate(-45deg);
        top:8px;
    }
    header .lang{
        padding-top:3px;
        margin-left:3%;
        color:#0E1637;
    }
    header .searchBox{
        padding-top:12px;
        margin-left:3%;
        color:#0E1637;
    }
    header .searchBox .search_btn,header .searchBox .open_search{
        padding:11px;
        background-image:url(../images/search2.png);
        background-size:contain;
    }
    header .grodBox{
        font-size:14px;
        color:#0E1637;
    }
    header .grodBox .txt{
        background-image:url(../images/down2.png);
    }
    header .searchBox .top_input{
        right:-90%;
        top:80px;
    }
    header .menuBox{
        overflow-y:auto;
        position:fixed;
        transition:0.5s;
        right:-110%;
        top:70px;
        z-index:99;
        width:250px;
        height:calc(100% - 70px);
        background-color:white;
        padding:50px 30px;
    }
    header .menuBox.show{
        right:-8%;
    }
    header .menuBox ul{
        height:70px;
    }
    header .menuBox ul li{
        text-align:left;
        display:block;
        line-height:1.8;
        margin-left:0;
        margin-bottom:20px;
        font-size:16px;
    }
    header .menuBox ul li a{
        color:#0E1637;
    }
    footer .bottom_us,footer .bottom_share,footer .bottom_logo{
        width:100%;
        text-align:center;
        max-width:100%;
    }
    footer .bottom_logo{
        padding-bottom:0;
    }
    footer .bottom_menu{
        margin-bottom:40px;
    }
    footer .bottom_us .box:last-child{
        margin-top:40px;
    }
    footer .bottom_menu{
        font-size:0;
    }
    footer .bottom_menu a{
        width:33.33%;
        padding:0 15px;
        font-size:14px;
        margin:10px 0;
    }
    footer .bottom_menu a:nth-child(3n){
        padding-right:0;
    }
    footer .bottom_menu a:nth-child(3n)::before{
        display:none;
    }
    footer .bottom_menu a:nth-child(4n){
        padding-left:0;
    }
    footer .bottom_us p{
        font-size:16px;
    }
    footer .bottom_us p::before{
        top:0;
        transform:translateY(0);
    }
    footer .bottom_us p.address{
        padding-left:30px;
    }
    footer .bottom_top h3{
        float:none;
        text-align:center;
        width:100%;
        margin-bottom:20px;
        font-size:20px;
    }
    footer .bottom_top h3 strong{
        font-size:50px;
        padding-right:20px;
    }
    footer .bottom_top h3 strong:after{
        bottom:13px;
        right:10px;
    }
    .home .title {
        font-size:24px;
        margin-top:20px;
    }
    .home .title::before{
        width:120px;
    }
    footer .bottom_con{
        padding-top:160px;
        position:relative;
    }
    footer .bottom_con .codeBox{
        position:absolute;
        width:110px;
        top:-90px;
        left:50%;
        margin-left:-55px;
        font-size:12px;
    }
    footer .bottom_menu a{
        width:auto;
    }
    footer .bottom_menu{
        text-align:center;
        margin-bottom:20px;
    }
    footer .bottom_us{
        font-size:14px;
    }
    footer .aritxt{
        font-size:14px;
    }
    footer .bottom_menu a{
        padding:0 10px !important;
        margin:5px 0;
    }
}
@media (max-width:480px){
    header .searchBox .top_input{
        right:-40px;
    }
    footer .bottom{
        padding-bottom:50px;
    }
    footer .bottom_menu{
        margin-bottom:20px;
    }
}
@media (max-width: 1100px){
    header .searchBox {
        margin-left: 3%;
    }
    header .searchBox .open_search {
        padding: 0;
        width: 27px;
        background-image: url(../images/search2.png);
        background-size: contain;
    }
    header .searchBox {
        width: 27px;
        height: 70px;
        line-height: 50px;
        padding-top: 0px;
    }
    header .searchBox .div1{
        padding: 0;
    }
    header .lang {
        height: 70px;
    }
    header .searchBox .div {
        height: 40px;
        border-radius: 40px;
        margin-top: 0;
    }
    header .searchBox .div1 {
        padding-right: 25px;
        padding-left: 14px;
    }
    header .searchBox .div1 input {
        font-size: 14px;
    }
    header .searchBox .open_search{
        background-size: 24px;
        margin-left: 10px;
    }
    .home3 .title .moreBtn4{
		    right: 20px;
    }
}
@media (max-width: 500px){
    header .searchBox {
        margin-left: 6%;
    }
}
@media(max-width:1260px) {
    .location{
        display: none;
    }
}
@media(min-width:1024px) {
    header .searchBox:hover .open_search {
        background: url(../images/search.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    header .searchBox:hover .div {
        background: #f5f5f5;
        width: 205px;
        border-radius: 50px;
    }
    header .searchBox:hover .div1 {
        width: 155px;
    }
}
@media(max-width:1024px) {
    header .searchBox.active .open_search {
        background: url(../images/search.png) no-repeat center !important;
        background-position: center;
        background-size: 22px;
    }
    header .searchBox.active .div {
        background: #f5f5f5;
        width: 200px;
        border-radius: 50px;
        padding: 0 5px;
    }
    header .searchBox.active .div1 {
        width: 158px;
        display: block !important;
    }
}
@media(max-width:1100px) {
    footer .bottom_top h3 {
        font-size: 18px;
    }
    footer .bottom_top h3 strong {
        font-size: 46px;
    }
    footer .bottom .bottom_share {
        display: none;
    }
    footer .bottom_us * {
        text-align: center;
    }
    footer .bottom_con .codeBox p {
        text-align: center;
    }
    .newsTop .item .text,
    .newsList .item .text,
    .mtList .text {
        display: block;
        line-height: 1.5;
        height: 3em;
    }
}

@media(max-width:768px) {
    .arContent p{
		text-indent: 0;
    }
  .hidd1{
  	 font-size: 8px;
  }
  .newsList1 .item .time_box{
  	 font-size: 9px;
     padding-left: 1%;
  }
  .newsList1 .item .time_box .year{
  	font-size: 12px;
  }
  .newsList1 .item h3{
  	 font-size: 9px;
  }
  .sliderMain .swiper-slide .content .text h2{
  font-size: 30px;
  }
  .mailsLine .year{
  	 font-size: 12px;
  }
  .tumbControl .prev, .tumbControl .next{
    width: 30px;
    height: 30px;
    bottom: 5px;
  }
  .el-pagination__jump{
  		display: none !important;
  }
  .newsList1 .item .content{
  	    width: calc(100% - 22% - 30px);
        color: #3D454D;
        padding-right: 10px;
        padding-left: 5px;
  }
  .newsList1 .morea1{
  	width: 20px;
    height: 20px;
  }
  .fullSlide1.party .content,
  .fullSlide1 .content{
  	background: transparent;
  }
  .fullSlide1 .content .content_box{
  	display:none;
  }
  .fullSlide1{
  	margin-top: -20px;
    margin-bottom: 0;
    height: 300px;
  }
  .index_img{
    height: 250px;
  }
    .party .pnav{
		 width: 100%;
    }
    .party.bread{
		background:linear-gradient(90deg, #C10000 0%, #FF7979 49.48%, #C10000 100%), linear-gradient(90deg, 					rgba(255, 184, 1, 0) 0%, #FFB800 47.4%, rgba(255, 184, 1, 0) 100%);
    }
  .index_content{
      width: 100%;
      margin-left: 30px;
      display:block;
    }
  .index_des{
  	font-size: 12px;
  }
  .spirit_list_des{
  	font-size: 12px;
  }
   .party_home .title_left{
      width: 203px;
      margin-left: -20px;
      font-size: 20px;
    }
  	.index_content .spirit_list{
        margin-top:0px;
     }
    .party_home .party_content:first-child{
      	margin-top: 130px;
    }
    .index_content>div{
      width: calc(100% - 60px);
      height: 270px;
    }
     .index_content .second_div{
		height: 250px;
           margin-top: 15px;
    }
    .pageTitl2 {
        font-size: 22px;
    }
    .member1 .item .img,
    .member2 .item .img {
        background-size: 100% 100%;
    }

    .zlnav .item span {
        text-align: center;
    }

    .pageMain {
        position: relative;
    }

    .sliderMain {
        padding-top: 70px;
    }

    .mailsLine {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        margin-top: 0;
    }

    .fancybox-toolbar {
        top: auto !important;
        bottom: 0;
    }

    .video-box .auto-inner {
        width: 96%;
    }
}

.video_fc {
    top: 75%;
}

.ly_xz {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.ly_xz .rq {
    width: 394px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ly_xz .div {
    width: 100%;
    height: 100%;
    position: relative;
}

.ly_xz .div img {
    width: 100%;
    z-index: 1;
}

.ly_xz .div .esc {
    width: 20px;
    height: 20px;
    background-image: url(../images/chacha2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 2;
    cursor: pointer;
}

@media(max-width:500px) {
    .ly_xz .rq {
        width: 65%;
    }
}

#nav806 .xl,
#nav810 .xl,
#nav412 .xl {
    display: none !important;
}

#kefu2 {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 10008;
    padding: 10px;
    background: #fff;
    font-size: 12px;
}

.cs_qcode {
    padding: 10px 0px 0px 0px;
}

@media(max-width:1024px) {
    #kefu2 {
        left: unset;
        right: 0;
        bottom: 10%;
    }

    #kefu2 img {
        width: 200px;
    }
}

#kefu2 .esc {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}

#kefu2 .esc::after,
#kefu2 .esc::before {
    background: #4c4b42;
    content: "";
    height: 1px;
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .5s;
}

#kefu2 .esc::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
@media(max-width:1100px) {
    .home1 .txtBox {
        width: auto;
        float: none;
        padding-left: 0;
    }
    .home1 .videoBox .img{
		  width: 100%;
    }
    .home .title h3 {
        font-size: 22px;
    }
    .home1 .info h3 {
        font-size: 20px;
    }
    .home1 .info {
        margin-top: 0;
    }
    .home1 .info .inner {
        font-size: 14px;
        line-height: 1.7;
    }
    .home1 .videoBox {
        margin-top: 20px;
        display:block;
    }
    .home1 .home1_more{
		display:block;
        margin-top: 20px;
    }
    .home1 .moreA {
        margin-top: 20px;
        padding: 8px 50px 8px 20px;
        background-position: 89px center;
        font-size: 14px;
        border: 1px solid #101839;
    }
    .home1 .numBox {
        float: none;
        font-size: 0;
        background-image:none;
        width: 100%;
       position: relative;
      min-height: 200px;
    }
    .home1 .numBox ul{
		left: 0;
        width: 100%;
        position: relative;
      	display: flex;
    	margin-top: 20px;
    }
    .home1 .numBox li {
        display: inline-block;
        width: 25%;
        min-width: 0;
        margin: 0 !important;
        padding: 0 !important;
        vertical-align: middle;
        text-align: center;
    }
    .home1 .numBox .libg {
        padding: 0 10px;
    }
    .home1 .numBox p {
        font-size: 16px;
        display:inline;
    }
    .home1 .numBox p .txt {
        font-size: 40px;
    }
    .home1 {
        min-height: 0;
        background-position: right center;
        background-size: cover;
      	padding:2%;
      padding-bottom: 0;
    }

    .home2 ul li {
        padding: 40px 10px;
        height: 185px;
        overflow:hidden;
    }
    .home2 ul li .icon img{
		width: 55px;
      	height:55px;
    }
    .home2 .ssb{
      font-size: 75px;
      right: -5px;
      top: -15px;
    }
    .home2 ul li .icon {
        width: 55px;
        height: 55px;
        line-height: 53px;
    }
    .home2 ul li .txt {
        font-size: 60px;
    }
    .home2 ul li h3 {
        font-size: 20px;
    }
    .home2 ul li p {
        font-size: 14px;
    }
    .home2 {
        min-height: 340px;
          padding-top: 4%;
    }

    .home2 .ulBox {
        bottom: 40px;
    }

    .home3 .title {
        padding-right: 140px;
        margin-bottom: 30px;
    }

    .moreBtn {
        font-size: 14px;
        padding: 6px 60px 6px 14px;
        border: 1px solid #101839;
    }

    .home .title .info {
        font-size: 14px;
    }

    .home3 .title .moreBtn {
        bottom: auto;
        top: 0;
        margin-top: 0;
    }

    .home3 .carousel {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .home3 .carousel .txtBox h3 {
        font-size: 20px;
    }

    .home3 .carousel .txtBox p {
        font-size: 14px;
    }

    .home3 .rightBox {
        float: none;
        width: auto;
    }

    .home3 .rightBox .liBox .item li .txtBox h3 {
        font-size: 18px;
    }

    .home3 .rightBox .liBox .item li .txtBox .info {
        font-size: 14px;
    }

    .home3 .rightBox .liBox .item li {
        padding: 10px 0;
    }

    .gp .item .gpdata .datal {
        font-size: 32px;
        background-size: 15px;
        padding-right: 30px;
    }

    .gp .item {
        font-size: 14px;
    }

    .gp .item .gpdata {
        line-height: 1.5;
    }

    .home .title .gp {
        width: 315px;
    }

    .home .title .tl {
        margin-right: 310px;
    }

    .home4 ul {
        margin-top: 30px;
    }

    .home4 ul ol {
        width: 100%;
        margin-bottom: 10px;
    }

    .home4 ul li {
        float: none;
        width: 49%;
        margin-left: 0;
        margin-right: 1%;
        background-size: cover !important;
    }

    .home4 ul li .info {
        line-height: 1.5 !important;
        min-height: 195px !important;
    }
}
@media(max-width:768px) {
    .home1 .info h3 {
        font-size: 16px;
        font-weight: normal;
    }
  .positive_content .swiper-container .swiper-wrapper .img{
  		height: 100px;
  }
    .pnav li a{
 		font-size: 12px;
    }
    .newsList1 .item .content .no_img{
			margin-left: 0;
    }
    .home .title {
        margin-bottom: 15px;
    }

    .home1 .numBox p .txt {
        font-size: 20px;
    }

    .home1 .numBox p {
        font-size: 12px;
    }

    .home2 ul li {
        width: 48%;
        margin: 1% !important;
        padding: 20px 10px;
    }

    .home2 ul li h3 {
        font-size: 16px;
    }

    .home2 ul li p {
        font-size: 12px;
    }

    .home .title {
        padding-right: 0;
    }

    .home3 .title .moreBtn {
        position: static;
    }

    .home3 .carousel .txtBox {
        padding: 10px;
    }

    .home3 .carousel .txtBox h3 {
        font-size: 16px;
        max-width: 100%;
    }

    .home3 .carousel .txtBox p {
        font-size: 12px;
        opacity: 0.8;
    }

    .home3 .rightBox .liBox .item li .txtBox h3 {
        margin: 5px 0;
        font-size: 16px;
    }

    .home3 .rightBox .liBox .item li .txtBox .info {
        color: #777;
    }

    .home3 .rightBox .liBox .item li .img {
        margin-top: 26px;
    }

    .home .title .tl {
        margin-right: 0;
    }

    .home .title .gp {
        position: static;
        margin-top: 20px;
    }

    .home4 ul ol .tit h3 {
        font-size: 20px;
    }

    .home4 ul ol {
        padding: 20px 0;
    }

    .home4 ul ol .tit {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .home4 ul ol .tit a {
        padding: 14px;
        border-width: 1px;
    }

    .home4 ul ol .li {
        padding: 5px 20px;
    }

    .home4 ul ol .li span.tp {
        width: 65px;
        font-size: 12px;
        line-height: 26px;
        height: 26px;
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .home4 ul ol .li .txtA {
        padding: 0 10px;
        width: auto;
        flex: 1 1 auto;
        font-size: 14px;
    }

    .home4 ul ol .li span.time {
        width: auto;
        flex: 0 0 auto;
        font-size: 12px;
    }

    .home4 ul li {
        width: 100%;
        margin: 0 0 10px;
        padding: 20px;
    }

    .home4 ul li h3 {
        font-size: 20px !important;
    }

    .home4 ul li .info {
        font-size: 14px;
        height: 72px;
        min-height: 0 !important;
        line-height: 24px !important;
        overflow: hidden;
    }

    footer .bottom {
        padding-bottom: 0 !important;
    }

    footer .bottom_menu a {
        padding: 0 5px !important;
    }

    footer .bottom_us a {
        padding: 0;
        font-size: 12px;
    }

    footer .aritxt {
        font-size: 12px;
    }

    footer .bottom .bottom_share a {
        width: 40px;
        height: 40px;
        background-size: 22px !important;
    }

    footer .bottom_top h3 {
        font-size: 16px;
    }

    .float_right {
        bottom: 10px;
    }

    .float_right a {
        margin-bottom: 2px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .float_right a img {
        height: 18px;
    }

    .float_right a .box {
        height: 100%;
    }

    .float_right a .txt {
        font-size: 14px;
    }

    .home3 .carousel .prevButton,
    .home3 .carousel .nextButton {
        width: 40px;
        height: 40px;
        bottom: -20px;
        right: 5px;
    }

    .home3 .carousel .prevButton {
        right: 55px;
    }

    .home4 ul ol .li .down {
        width: auto;
        padding: 10px;
        border-width: 1px;
        background-size: 10px;
    }

    .dis_mb {
        display: block !important;
    }
}
@media(max-width:1279px) {
    .pnav li {
        margin-right: 0;
        padding: 0 10px;
    }

    .pnav {
        display: flex;
        float: none;
        justify-content: space-between;
        font-size: 16px;
        line-height: 60px;
    }

    .location {
        display: none;
    }

    .banText h1 {
        font-size: 40px;
    }

    .banText h1 b {
        font-size: 80px;
    }

    .banText {
        font-size: 16px;
    }

    .pabout .text h3 {
        font-size: 30px;
    }

    .pabout .text h4 {
        font-size: 20px;
    }

    .pabout .text {
        font-size: 16px;
        padding-top: 0;
    }

    .aboutData {
        margin-top: 50px;
        font-size: 14px;
    }

    .aboutData li .num {
        font-size: 44px;
    }

    .blockTitle {
        margin-bottom: 50px;
    }

    .blockTitle h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .blockTitle .txt {
        font-size: 16px;
    }

    .fors .item:before {
        width: 6px;
    }

    .fors .item {
        padding: 0 40px;
        font-size: 16px;
    }

    .fors .item .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .fors .item .icon img {
        width: 60%;
    }

    .fors .item .tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .abblock .text h3 {
        font-size: 26px;
    }

    .abblock .text .tit {
        font-size: 20px;
    }

    .abblock .text {
        font-size: 16px;
    }

    .abblock .flex {
        padding: 10% 0;
        min-height: 0;
    }

    .pageTitl2 {
        font-size: 30px;
    }
}
@media(max-width:768px) {
    .banText h1 {
        font-size: 24px;
    }

    .banText h1 b {
        font-size: 60px;
    }

    .banText {
        font-size: 14px;
    }

    .pnav {
        font-size: 14px;
    }

    .pnav li {
        white-space: nowrap;
    }

    .bread {
        width: 100%;
        overflow: auto;
    }

    .pabout .text {
        margin-left: 0;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .pabout .text h3 {
        font-size: 20px;
    }

    .pabout .text h4 {
        font-size: 16px;
    }

    .pabout .text .con {
        margin-top: 20px;
        padding-top: 20px;
    }

    .aboutData {
        margin-top: 30px;
    }
.aboutData li .charstr,
    .aboutData li .num {
        font-size: 24px;
    }

    .aboutData li {
        padding: 0 10px;
    }

    .pabout .img {
        max-width: 100%;
        position: static;
        margin: 0 -2%;
    }

    .blockTitle h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .blockTitle .txt {
        font-size: 14px;
    }

    .fors {
        flex-wrap: wrap;
    }

    .fors .item {
        font-size: 14px;
        width: 100%;
        margin-bottom: 2%;
    }

    .fors .item .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .fors .item .tit {
        font-size: 16px;
    }

    .abblock .text {
        width: auto;
        font-size: 14px;
    }

    .abblock .text .tit {
        font-size: 16px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .abblock .text h3 {
        font-size: 24px;
    }

    .abblock .img {
        width: 100%;
        position: static;
        padding-bottom: 70%;
        height: auto;
    }

    .pageTitl2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
@media(max-width:1600px) {
    .memberTop:before {
        right: 85%;
    }
}
@media(max-width:1279px) {
    .desSlider .flex .img {
        width: 200px;
        height: 200px;
    }

    .memSliders .right .img {
        width: 150px;
        height: 150px;
    }

    .memBox {
        padding: 50px 20px 0;
    }

    .member1 .item .icon {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }

    .member1 .item .tit {
        font-size: 20px;
    }

    .member1 .item {
        font-size: 14px;
    }

    .member2 .item .icon {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }

    .member2 .item .tit {
        font-size: 20px;
    }

    .member2 .item {
        font-size: 14px;
    }
}
@media(max-width:768px) {
    .memberTop .tit {
        font-size: 24px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .memSliders .left {
        width: 100%;
    }

    .memSliders .right {
        display: none;
    }

    .desSlider .flex .text {
        width: auto;
        flex: 1 1 auto;
        padding-left: 0;
    }

    .memberTop .tit {
        margin-left: 0;
    }

    .slideControls {
        margin-top: -40px;
        margin-left: 0;
        text-align: right;
        position: absolute;
        right: 0;
        bottom: -8px;
    }

    .member2 {
        flex-wrap: wrap;
    }

    .member2 .item {
        width: 48%;
        padding: 20px 10px;
    }

    .pageTab ul {
        flex-wrap: wrap;
    }

    .pageTab li {
        flex: 1 1 auto;
        margin: 0 0.5% 1%;
    }

    .pageTab li a {
        font-size: 14px;
        line-height: 34px;
        min-width: auto;
    }

    .desSlider .flex {
        height: auto;
        flex-wrap: wrap;
    }

    .memberTop:before {
        opacity: 0;
    }

    .desSlider .flex .img {
        width: 150px;
        height: 150px;
        line-height: 150px;
        margin-bottom: 20px;
    }

    .desSlider {
        height: auto;
    }

    .memberTop {
        padding: 20px 0;
    }

    .blockTitle2 h3 {
        font-size: 24px;
    }

    .blockTitle2 {
        margin-bottom: 30px;
    }

    .memBox {
        padding: 30px 0 0;
    }

    .member1 {
        flex-wrap: wrap;
    }

    .member1 .item {
        width: 50%;
    }

    .member1 .item:first-child {
        width: 100%;
    }

    .member1 .item .img {
        padding: 20px 0;
        margin-bottom: 0;
    }

    .member1 .item .icon {
        width: 130px;
        height: 130px;
        line-height: 130px;
    }

    .member1 .item .tit {
        font-size: 18px;
    }

    .member2 .item .img {
        padding: 20px 0;
        margin-bottom: 0;
    }

    .member2 .item .icon {
        width: 130px;
        height: 130px;
        line-height: 130px;
    }

    .member2 .item .tit {
        font-size: 18px;
    }

    .popContainer {
        font-size: 14px;
        padding-top: 40px;
    }

    .popContainer .content .img {
        left: 20px;
        width: 22%;
    }

    .popContainer .content .tit {
        padding-bottom: 20px;
        padding-left: 30%;
        padding-right: 20px;
    }

    .popContainer .content .tit h3 {
        font-size: 24px;
        line-height: 1;
    }

    .popContainer .content .descript {
        padding: 20px;
    }

    .popContainer .close {
        width: 30px;
        height: 30px;
        right: 10px;
        top: 10px;
    }
}
@media(max-width:1279px) {
    .zl1 .text h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .zl1 .text {
        font-size: 16px;
    }

    .zl2 {
        padding-top: 120px;
        font-size: 16px;
        padding-bottom: 40px;
    }

    .zl2 .text .tit {
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media(max-width:768px) {
    .zl1 .text h3 {
        font-size: 24px;
    }

    .zl1 .text {
        font-size: 14px;
        margin-top: 20px;
        padding-left: 0;
    }

    .zl2 {
        margin-top: 20px;
        padding: 30px 0;
        font-size: 14px;
    }

    .zl2 .text {
        width: auto;
    }

    .zl1 .flex {
        flex-wrap: wrap;
    }

    .zl1 .img {
        width: 50%;
        height: auto;
    }
}
@media(max-width:1279px) {
    .zlnav {
        position: static;
        float: none;
        font-size: 0;
        margin-bottom: 30px;
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }

    .zlnav .item {
        display: inline-block;
        vertical-align: middle;
        min-width: 120px;
        text-align: center;
        white-space: normal;
        width: 20%;
    }

    .zlnav .item a {
        font-size: 14px;
        line-height: 30px;
        padding: 10px;
        border-width: 2px;
    }

    .zlnav .item .icon {
        display: block;
        margin: auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .zlcontents {
        margin-left: 0;
    }

    .zlnav .item span {
        display: block;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
    }

    .info th,
    .info td {
        padding: 10px;
    }

    .info td:last-child {
        width: 100px;
    }

    .info td {
        width: auto;
    }
}
@media(max-width:985px) {
    .sliderMain {
        padding: 0 2%;
    }

    .sliderMain .swiper-slide .tit {
        width: auto;
        text-align: center;
        font-size: 30px;
    }

    .sliderMain .swiper-slide .content .img {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

    .sliderMain .swiper-slide .content .img img {
        width: 100%;
    }

    .sliderMain .swiper-slide .content .text {
        font-size: 14px;
        margin-left: 0;
    }

    .sliderMain .swiper-slide .img2 {
        margin-left: 0;
        display: none;
    }

    .mailsLine {
        margin-top: 40px;
    }

    .sliderMain .swiper-slide .content {
        margin-bottom: 0;
    }
}
@media(max-width:1459px) {
    .worth .item .text h3 {
        font-size: 40px;
    }
}

@media(max-width:1279px) {
    .worth .item .itemInner {
        min-height: 600px;
        margin-left: 40%;
        font-size: 14px;
        line-height: 2;
    }

    .worth .item .textBg {
        width: 60%;
    }

    .worth .item .text {
        padding-left: 20%;
    }

    .worth .item .text .tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .worth .item .text h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .worth .item:nth-child(2n) .itemInner {
        width: 60%;
    }

    .worth .item:nth-child(2n) .text {
        padding-right: 20%;
    }
}

@media(max-width:768px) {
    .worth .item .textBg {
        opacity: 0.8;
        width: auto;
        left: 20px;
    }

    .worth .item .itemInner {
        margin-left: 20px;
        line-height: 1.7;
        min-height: 340px;
    }

    .worth .item .text {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .worth .item .text .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: -20px;
    }

    .worth .item .text .icon img {
        width: 60%;
    }

    .worth .item .text .tit {
        font-size: 16px;
    }

    .worth .item .text h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .worth .item:nth-child(2n) .textBg {
        right: 20px;
    }

    .worth .item:nth-child(2n) .itemInner {
        width: auto;
        margin-right: 20px;
    }

    .worth .item:nth-child(2n) .icon {
        left: auto;
        right: -20px;
    }

    .worth .item {
        background-position: left center;
    }

    .worth .item:nth-child(2n) {
        background-position: right center;
    }
}
@media(max-width:991px) {
    .Pagesa a {
        width: 40px;
        line-height: 38px;
        font-size: 14px;
        margin: 0 2px;
    }
}
@media(max-width:500px) {
    .Pagesa a {
        width: 35px;
        line-height: 33px;
        font-size: 14px;
        margin: 0 2px;
    }

    .Pagesa {
        margin-top: 40px;
    }

    .Pagesa .a_prev,
    .Pagesa .a_next {
        width: 50px;
    }
}
@media(max-width:1279px) {
    .newsTop .item .date {
        margin: 20px 10px 10px;
        font-size: 14px;
    }

    .newsTop .item h3 {
        font-size: 18px;
        line-height: 24px;
        height: 48px;
        margin: 0 10px 10px;
    }

    .newsTop .item .text {
        font-size: 14px;
        margin: 0 10px;
        line-height: 20px;
        height: 40px;
    }

    .morea {
        width: 40px;
        height: 40px;
        margin-left: 10px;
        margin-top: 20px;
    }

    .newsTop .item {
        padding-bottom: 20px;
    }

    .newsList .item .date {
        font-size: 14px;
    }

    .newsList .item h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .newsList .item .text {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .newsList .item .content {
        padding: 10px 20px;
    }

    .newsList .item .flex {
        padding-right: 20px;
    }
}
@media(max-width:768px) {
    .newsTop .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .newsTop .flex {
        flex-wrap: wrap;
    }

    .newsTop .item h3 {
        height: auto;
    }

    .newsTop {
        margin-bottom: 20px;
    }

    .newsList .item {
        margin-bottom: 20px;
    }

    .newsList .item .flex {
        display: block;
        position: relative;
        padding-left: 28%;
        padding-right: 0;
    }

    .newsList .item .imgbox {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .newsList .item .date {
        margin-bottom: 0;
    }

    .newsList .item .content {
        padding: 10px;
        width: 100%;
    }

    .newsList .item h3 {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 5px;
    }

    .newsList .item .text {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }

    .newsList .item .morea {
        display: none;
    }
}
@media(min-width:768px) {
    .honnorCenter .item:nth-child(5n+1):before {
        background: url(../images/shawLeft.png) no-repeat left top;
    }

    .honnorCenter .item:nth-child(5n+5):after,
    .honnorCenter .item:last-child:after {
        background: url(../images/shawRight.png) no-repeat right top;
    }
}

@media(max-width:768px) {
    .honnorCenter .item {
        width: 50%;
        padding-bottom: 60px;
    }

    .honnorCenter .item:before,
    .honnorCenter .item:after {
        height: 60px;
    }

    .honnorCenter .item .tit {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    .honnorCenter .item .img .viewbtn {
        width: 22px;
        height: 22px;
        background-size: 60%;
    }

    .honnorCenter {
        margin-bottom: 10px;
    }

    .honnorCenter .item:nth-child(2n+1):before {
        background: url(../images/shawLeft.png) no-repeat left top;
    }

    .honnorCenter .item:nth-child(2n):after {
        background: url(../images/shawRight.png) no-repeat right top;
    }
}
@media(max-width:1279px) {
    .honnorlist .list {
        width: 31.99%;
    }

    .honnorlist .list:nth-child(4n) {
        margin-right: 2%;
    }

    .honnorlist .list:nth-child(3n) {
        margin-right: 0;
    }

    .honnorlist .item {
        padding: 30px 20px;
        font-size: 16px;
        line-height: 1.7;
    }

    .honnorlist .item .tit {
        font-size: 20px;
    }

    .honnorlist .items {
        margin-bottom: 50px;
    }
}
@media(max-width:768px) {
    .honnorlist .list {
        width: 100%;
        margin-right: 0 !important;
    }

    .honnorlist .items {
        margin-bottom: 30px;
    }

    .honnorlist .item {
        margin-bottom: 10px;
    }
}
@media(max-width:1024px) {
    .textBox .box {
        font-size: 16px;
        line-height: 1.7;
        padding: 50px;
    }

    .textBox .box .tit {
        font-size: 24px;
    }

    .fullSlide .content .tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .fullSlide .content .text {
        font-size: 16px;
        line-height: 1.5;
        max-height: 3em;
    }

    .viewmore {
        font-size: 16px;
    }

    .tabHead {
        margin-bottom: 30px;
    }

    .tabHead span {
        font-size: 22px;
        margin: 0 10px;
    }

    .newsList2 .item {
        padding: 10px;
        width: 50%;
    }

    .newsList2 .item .tit {
        font-size: 18px;
    }

    .newsList2 .item .text {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media(max-width:560px) {
    .newsList2 .item {
        width: 100%;
    }

    .fullSlide .imgbox {
        width: 100%;
        float: none;
    }

    .fullSlide .content {
        padding: 10px;
        margin-left: 0;
    }

    .fullSlide .content .tit {
        font-size: 16px;
    }

    .fullSlide .content .text {
        font-size: 14px;
    }

    .viewmore {
        font-size: 14px;
    }

    .textBox .box {
        font-size: 14px;
        padding: 40px 20px;
        min-height: 0;
    }

    .textBox .box .text {
        max-width: 100%;
    }
}
@media(max-width:1024px) {
    .lineItems .item .flex {
        font-size: 16px;
    }

    .lineItems .item .tit {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .lineItems .item .flex {
        font-size: 14px;
    }

    .lineItems .item .tit {
        font-size: 18px;
    }
}

@media(max-width:560px) {
    .lineItems .item .flex {
        flex-direction: column !important;
    }

    .lineItems .item .imgbox {
        width: 100%;
    }

    .lineItems .item .flex:after {
        display: none;
    }

    .lineItems .item .content {
        background: url(../images/logo3.png) no-repeat right top;
        background-size: 43%;
    }

    .lineItems .item {
        margin-bottom: 30px;
    }
}
@media(max-width:1024px) {
    .contentTab span {
        line-height: 34px;
        width: 110px;
        font-size: 16px;
    }

    .projectDate {
        font-size: 14px;
    }

    .projectDate .item .text {
        font-size: 18px;
    }

    .projectDate .item {
        padding-left: 20px;
    }

    .projectDate .item:before {
        width: 4px;
    }

    .infoTitle {
        padding: 4% 0 2%;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .projectInfo .desc {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .projectDate {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .projectDate .item {
        width: 33.33%;
        margin-bottom: 10px;
    }

    .projectDate .item .text {
        font-size: 16px;
        margin-top: 0;
    }

    .projectInfo .desc {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 20px;
    }

    .contentHead {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .contentHead .pageTitl2 {
        margin-bottom: 10px;
    }

    .contentTab {
        width: 100%;
        font-size: 0;
    }

    .contentTab span {
        font-size: 14px;
        line-height: 30px;
        margin: 0 1%;
        width: 23%;
    }

    .infoTitle {
        background-size: auto 100%;
        font-size: 15px;
        padding: 30px 0;
        margin-bottom: 0;
    }

    .projectContent .info th:first-child {
        white-space: nowrap;
    }

    .tips {
        font-size: 12px;
        line-height: 1.5;
    }

    .backlist .viewmore {
        width: 130px;
        line-height: 34px;
    }

    .contentList .infoBlock {
        margin-bottom: 30px;
    }
}
@media(max-width:1024px) {
    .newsSlide {
        padding: 6% 50px;
    }

    .swiperControls2 .prev,
    .swiperControls2 .next {
        width: 40px;
        height: 40px;
    }

    .newsSlide .swiper-container {
        padding: 0 10%;
    }

    .newsSlide .swiper-slide .tit {
        font-size: 14px;
        padding: 10px;
        padding-right: 80px;
    }

    .newsSlide .swiper-slide-active .tit span {
        right: 10px;
        top: 10px;
    }
}

@media(max-width:560px) {
    .swiperControls2 .prev,
    .swiperControls2 .next {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

    .swiperControls2 {
        text-align: center;
        margin-top: 20px;
    }

    .newsSlide {
        padding: 0 0 6%;
    }
}
@media(max-width:1024px) {
    .mtList .tit {
        font-size: 20px;
    }

    .mtList .date {
        margin-bottom: 10px;
    }

    .mtList .text {
        font-size: 14px;
    }

    .mtList .itemTop .viewmore {
        margin-top: 20px;
    }

    .mtList .tag {
        font-size: 14px;
        width: 40px;
        padding: 0 10px;
        height: 70px;
    }

    .mtList .item .flex {
        padding-left: 22px;
    }

    .mtList .item {
        padding: 30px 0;
    }
}
@media(max-width:560px) {
    .mtList .itemTop .flex {
        flex-wrap: wrap;
    }

    .mtList .itemTop .imgbox {
        width: 100%;
    }

    .mtList .itemTop .content {
        padding: 20px 10px;
    }

    .mtList .tit {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .mtList .itemTop .tag {
        margin: 0;
        left: 10px;
    }

    .mtList .item .flex {
        flex-wrap: wrap;
        padding: 40px 0 0;
    }

    .mtList .item .tag {
        width: 71px;
        height: auto;
        line-height: 30px;
        border-radius: 0 15px 15px 0;
        padding: 0;
        text-align: center;
        display: block;
    }

    .mtList .item .content {
        padding: 0;
        margin-bottom: 15px;
    }

    .mtList .tit span {
        display: block;
        float: none;
        margin-top: 5px;
        font-size: 12px;
    }

    .mtList .date {
        font-size: 12px;
    }

    .mtList .item {
        padding: 20px 0;
    }
}
@media(max-width:1024px) {
    .vtop .text {
        font-size: 20px;
    }

    .vtop .text .videoBtn {
        padding: 24px;
        margin-bottom: 10px;
    }

    .videoBtn {
        padding: 16px;
    }

    .videoCenter .item .videoBtn {
        margin-left: -16px;
        margin-top: -16px;
    }

    .videoCenter .item .tit {
        font-size: 18px;
        margin-top: 10px;
        line-height: 1.5;
    }
}

@media(max-width:560px) {
    .vtop .text .videoBtn {
        padding: 16px;
    }

    .vtop {
        margin-bottom: 30px;
    }

    .vtop .text {
        font-size: 14px;
    }

    .videoCenter .item {
        margin-right: 0;
        width: 100%;
    }

    .videoCenter .item .tit {
        font-size: 14px;
    }
}
@media(max-width:768px) {
    .noticeCenter .item {
        padding: 0 50px 0 90px;
        font-size: 16px;
    }
  .home_banner_new{
    250px;
  }
  .news_imgbox{
    height: 280px;
    width: 350px;
  }
    .noticeCenter .item .date {
        width: 100px;
        font-size: 10px;
    }
  .noticeCenter .item .date>div{
    padding-left: 35px;
    font-size: 10px;
  }
  .noticeCenter .item .tit{
  	 padding-left: 0px;
  }
  .noticeCenter .item .date .year{
  	font-size: 11px;
    margin-top: 0px;
  }
  .noticeCenter .item .tit{
  	font-size: 9px;
  }
  .noticeCenter .item .downBtn a{
  width:20px;
    height: 20px;
  }

    .noticeCenter .item .downBtn {
        width: 50px;
    }

    .noticeCenter.red .item .date {
        top: 10px;
        line-height: 24px;
        width: 60px;
        left: -30px;
    }

    .noticeCenter.red .item .date b {
        font-size: 18px;
        line-height: 36px;
    }

    .noticeCenter.red .item {
        margin-left: 30px;
        padding-left: 40px;
    }
}
@media(max-width:768px) {
    .selectBox {
        width: 100%;
        line-height: 38px;
        font-size: 14px;
    }

    .tabSelect .flex {
        flex-wrap: wrap;
    }

    .tabSelect .tit {
        width: 100%;
        font-size: 16px;
    }

    .tabSelect .selectBox {
        margin-right: 1%;
        width: 49%;
        margin-left: 0;
    }

    .tabSelect .buttomNormal {
        margin-top: 10px;
    }

    .exlTitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .exlLink {
        width: 120px;
        border-width: 1px;
        line-height: 35px;
        font-size: 14px;
    }

    .exlBlock .info {
        width: 100%;
        overflow: auto;
    }

    .exlTitle .icon {
        width: 40px;
        background-size: 22px;
    }

    .buttomNormal {
        font-size: 16px;
        line-height: 35px;
        width: 120px;
    }

    .selectBox .t {
        left: 10px;
        padding-left: 20px;
        padding-right: 5px;
    }

    .selectBox .cur {
        padding-left: 72px;
        padding-right: 30px;
    }

    .selectBox .icon {
        right: 10px;
    }

    .selectBox .down {
        padding: 10px;
    }

    .tips2 {
        padding: 30px 0;
        padding-left: 35px;
        line-height: 1.5;
        font-size: 14px;
        margin-top: 30px;
        min-height: 0;
    }

    .info.table2 table {
        margin-top: 70px;
    }

    .selectBox2 {
        line-height: 38px;
        font-size: 14px;
    }
}
@media(max-width:1279px) {
    .zrln {
        font-size: 14px;
        line-height: 1.7;
    }

    .zrln .inner .tit {
        font-size: 24px;
    }

    .zrln .inner .subtit {
        font-size: 18px;
    }

    .zrln .inner .text {
        margin-top: 20px;
        padding-top: 20px;
    }

    .cause .item {
        width: 50%;
    }

    .cause .item .tit {
        font-size: 18px;
        margin: 20px 0;
    }
}

@media(max-width:768px) {
    .zrln {
        flex-wrap: wrap;
    }

    .zrln .img {
        width: 100%;
    }

    .zrln .content {
        padding: 0 2%;
        width: 100%;
    }

    .cause .item {
        width: 100%;
        margin-bottom: 30px;
        padding: 0 2%;
    }

    .zrln .inner .text:before {
        width: 100%;
    }

    .cause .item:last-child {
        margin-bottom: 0;
    }
}
@media(max-width:1279px) {
    .gpBlock .gpdata {
        font-size: 20px;
    }

    .gpBlock .gpdata b {
        font-size: 50px;
    }

    .gpBlock .gptotal {
        font-size: 20px;
    }

    .gpBlock .gptotal .item p:first-child {
        font-size: 14px;
    }

    .gpimg .item {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .gpimg .item .img {
        padding: 20px;
        margin-bottom: 20px;
    }
}
@media(max-width:768px) {
    .gpBlock {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .gpBlock .imgbox {
        padding: 0;
        width: 100%;
    }

    .gpBlock .content {
        width: 100%;
        padding-bottom: 30px;
    }

    .gpBlock .content .inner {
        padding: 0 2%;
        font-size: 16px;
    }

    .gpimg .item {
        width: 100%;
    }

    .gpimg .item .img {
        padding: 20px 0;
    }
}
@media(max-width:768px) {
    .rules .ruleNav {
        width: 60px;
    }

    .rules .ruleNav li a {
        padding-left: 10px;
        font-size: 14px;
    }

    .rules .ruleContainer {
        margin-left: 70px;
    }

    .ruleContainer .box {
        padding: 30px 20px;
        font-size: 16px;
    }

    .ruleContainer .box .tit {
        font-size: 20px;
    }
}
@media(max-width:1279px) {
    .messInfo .bg {
        width: 100%;
    }

    .messInfo {
        padding: 50px 0;
        font-size: 16px;
        line-height: 1.6;
    }

    .messInfo .content {
        max-width: 100%;
    }

    .messInfo .tit {
        font-size: 20px;
    }

    .messInfo .text {
        padding-left: 25px;
    }

    .messContent .left {
        width: 63%;
    }

    .messItems .item .tit {
        font-size: 18px;
    }

    .messItems .item .content {
        font-size: 14px;
    }

    .messForm {
        padding: 30px 20px;
    }

    .messForm .line input {
        padding: 0 20px;
        height: 36px;
        font-size: 14px;
    }

    .messForm .line select {
        font-size: 14px;
        height: 36px;
    }

    .messForm .btn {
        margin-top: 30px;
        line-height: 36px;
        font-size: 14px;
    }

    .messContent .pageTitl2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
}

@media(max-width:560px) {
    .messInfo {
        padding: 30px 0;
        font-size: 14px;
    }

    .messInfo .tit {
        font-size: 16px;
    }

    .messInfo .bg {
        background-position: center;
    }

    .messInfo .text:before {
        width: 4px;
    }

    .messContent .pageTitl2 {
        font-size: 18px;
    }

    .messContent .left {
        float: none;
        width: 100%;
    }

    .messItems .item .tit {
        font-size: 16px;
    }

    .messItems .item {
        padding: 16px;
    }

    .messItems .item .content {
        padding: 20px;
    }

    .messItems .item .content .tp {
        margin-bottom: 10px;
    }

    .messContent .right {
        float: none;
        border-top: 20px solid #f7f7f7;
        width: 100%;
        margin-top: 30px;
        padding-top: 20px;
    }
}
@media(max-width:768px) {
    #map {
        height: 400px;
    }

    .mapcontainer .mapForm {
        position: static;
        width: 100%;
        margin-top: 0;
        padding: 30px 10px 0;
    }

    .mapForm .tit {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .mapForm .btns {
        font-size: 16px;
        line-height: 40px;
        margin-top: 30px;
    }
}
@media(max-width:1024px) {
    .geteItems .item {
        width: 48%;
        margin-bottom: 3%;
        margin-right: 3%;
        padding: 30px 20px;
        font-size: 14px;
    }

    .geteItems .item:nth-child(2n) {
        margin-right: 0;
    }

    .geteItems .item .tit {
        font-size: 20px;
    }

    .gateInfo .desc {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

@media(max-width:560px) {
    .geteItems .item {
        width: 100%;
        margin-right: 0 !important;
    }

    .gateInfo .desc {
        font-size: 14px;
        margin-bottom: 20px;
    }
}
@media(max-width:1279px) {
    .contactInfo .content {
        font-size: 18px;
        padding: 4%;
    }

    .contactInfo .content .tit {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .lnInfo .box {
        padding: 40px 20px;
    }

    .lnInfo .box .tit {
        font-size: 18px;
    }

    .lnInfo .box .subtit {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .lnInfo .box .text {
        font-size: 14px;
    }

    .lnItems {
        padding-top: 170px;
        padding-bottom: 50px;
        font-size: 14px;
        margin-top: -80px;
    }

    .lnItems .item .tit {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .lnItems .item .icon {
        margin-bottom: 10px;
        height: 30px;
        line-height: 30px;
    }

    .lnItems .item .text br {
        display: none;
    }

    .contactInfo .content {
        margin-left: 0;
        font-size: 16px;
    }

    .contactInfo {
        background-size: contain;
        background-position: center 10%;
    }

    .contactInfo .mapBox {
        position: relative !important;
        width: 100%;
        padding-bottom: 60%;
    }

    .contactInfo .content .i {
        margin-bottom: 10px;
    }

    .contactInfo .content .it {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contactInfo .content .tit {
        font-size: 20px;
    }

    .mapBox .BMap_bubble_content .tit {
        font-size: 18px;
    }

    .mapBox .BMap_bubble_content .contents {
        font-size: 14px;
    }
}
@media(max-width:1279px) {
    .consulting .content .tit {
        font-size: 32px;
    }

    .consulting .content {
        font-size: 16px;
    }

    .consulting .content .context {
        font-size: 14px;
        margin-top: 20px;
        padding: 20px 0;
    }

    .message .icons {
        padding: 0 50px;
    }

    .message .icons .i {
        font-size: 16px;
    }

    .message .icons .i .img {
        margin-bottom: 15px;
        height: 32px;
        line-height: 32px;
    }
}

@media(max-width:768px) {
    .consulting .item {
        display: block;
    }

    .consulting .content {
        width: 100%;
        padding: 0 !important;
    }

    .consulting .item .message {
        width: 100%;
        margin-top: 20px;
    }

    .consulting .content .tit {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .bglb:after {
        width: 100%;
    }
}
@media(max-width:768px) {
    .inner404 {
        font-size: 14px;
        line-height: 1.8;
    }

    .icon404 {
        max-width: 80%;
        margin: auto;
    }

    .tip404 {
        margin: 20px 0 40px;
    }

    .back404 a {
        line-height: 40px;
        width: 140px;
    }
}
@media(max-width:1200px) {
    .memberLines .item a {
        padding: 30px;
        font-size: 16px;
    }

    .memberLines .item .tit {
        font-size: 20px;
    }

    .memberLines .item .icon {
        padding: 30px;
        margin-right: 30px;
    }
}

@media(max-width:768px) {
    .memberLines .item a {
        font-size: 14px;
        display: block;
        padding: 10px;
    }

    .memberLines .item .icon {
        padding: 20px;
        width: 160px;
    }

    .arTop {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .arTop h2 {
        font-size: 20px;
    }

    .arContent {
        font-size: 14px;
    }

    .contentPrev {
        padding-right: 0;
        font-size: 14px;
        margin-top: 30px;
    }

    .contentPrev .bk {
        text-align: center;
        position: static;
        margin-top: 20px;
    }

    .contentPrev .bk a {
        display: inline-block;
    }
}
@media(max-width:1100px) {
    .searchResult .searchCat {
        float: none;
        width: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .searchResult .searchCat .tit {
        margin-bottom: 0;
    }

    .searchCat .label {
        margin-left: 20px;
        font-size: 16px;
        border: none;
        line-height: 50px;
    }

    .searchResult .resultList {
        margin-left: 0;
    }

    .searchResult .tit {
        margin-bottom: 20px;
    }

    .resultList .item {
        font-size: 16px;
        line-height: 54px;
    }

    .resultList .item .more {
        font-size: 14px;
        padding-right: 30px;
    }

    .searchResult {
        padding: 20px;
    }

    .searchTop .t {
        font-size: 20px;
    }

    .searchTop .inputbox input {
        height: 45px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .searchResult .searchCat .tit {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .searchCat .label {
        margin-left: 0;
        margin-right: 20px;
        font-size: 14px;
        line-height: 40px;
    }

    .label input[type='radio'] {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    .searchResult .tit {
        font-size: 16px;
    }

    .resultList .item a {
        padding-left: 20px;
        font-size: 14px;
        padding-right: 50px;
    }

    .resultList .item .more {
        padding-right: 20px;
        background-size: 86px;
        font-size: 12px;
    }
}
@media(max-width:1200px) {
    .fileList .item {
        padding: 0 180px 0 50px;
        font-size: 16px;
        line-height: 50px;
    }

    .fileList .item .fileType {
        left: 0;
        width: 50px;
    }

    .fileList .item .fileType span {
        background-size: 20px;
    }

    .fileList .item .fileMore {
        font-size: 14px;
        width: 180px;
    }

    .fileMore span {
        padding-right: 10px;
    }

    .fileMore a {
        padding-left: 10px;
        padding-right: 24px;
    }
}

@media(max-width:768px) {
    .fileList .item .fileMore {
        display: none;
    }

    .fileList .item {
        padding-right: 0;
    }
}
@media(max-width:768px) {
    .help .item .tit {
        font-size: 16px;
        line-height: 30px;
        padding-left: 60px;
        padding-right: 75px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .help .item .tit .t {
        left: 15px;
        top: 15px;
        width: 30px;
    }

    .help .item .tit .icondown {
        right: 15px;
        top: 15px;
        font-size: 14px;
        padding-right: 20px;
    }

    .help .item .content {
        padding: 15px 15px 20px 60px;
        font-size: 14px;
    }

    .help .item .content .t {
        width: 30px;
        line-height: 30px;
        left: 15px;
        top: 15px;
    }

    .help .item {
        margin-bottom: 20px;
    }
}
@media (max-width:768px) {
    .honnorlist .xz_list .item {
        height: auto;
    }
}
@media (max-width:1024px) {
    .newsSlide .swiper-slide-active .tit span {
        top: 10px;
    }
}
@media(max-width:500px) {
    header .lang .tow3 a {
        font-size: 14px;
        line-height: 30px;
        margin-top: 6px;
    }
}
@media (max-width:560px) {
    .messContent2 {
        display: block !important;
    }

    .messContent .right {
        display: none !important;
    }

    .messContent2 .right {
        display: block !important;
        border-top: none;
    }
}

@media (max-width:1520px) {

    .zlcontents .info:nth-child(4),
    .zlcontents .info:nth-child(5) {
        padding-right: 10%;
    }
}

@media (max-width:768px) {
    .zl1 .img {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .home_banner .item .app {
        display: block !important;
    }

    .zlnav .item .icon {
        height: 36px;
        position: relative;
    }

    .float_right {
        display: none;
    }

    .home_banner .item,
    .slick-track,
    .slick-list,
    .home_banner .item img {
        height: auto;
        height:260px;
    }

    .home_banner {
        height: auto !important;
    }
  .home_banner.home_index{
  		margin-top: 0;
   	 	z-index: 1;
  }

    .selectBox2 .down {
        max-height: 128px;
    }
}

@media (max-width:1279px) {

    .zlcontents .info:nth-child(4),
    .zlcontents .info:nth-child(5) {
        padding-right: 0%;
    }
}
@media (max-width:1100px) {
    header .menuBox {
        width: 100% !important;
    }

    header .menuBox .tow {
        position: static;
        transform: translateX(0);
    }

    header .menuBox li .tow1 a {
        font-size: 14px;
        line-height: 40px;
    }

    header .menuBox li:hover .tow1 {
        max-height: 200px;
        line-height: 40px;
        padding: 10px 0;
    }

    header .menuBox ul li em::after {
        content: '';
        width: 9px;
        height: 6px;
        background-image: url(../images/down2.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all .5s;
    }

    header .menuBox li:hover em::after {
        transform: translateY(-50%) rotate(180deg);
    }

    header .lang .tow3,
    header .lang:hover .tow3,
    header .grodBox .tow2,
    header .grodBox:hover .tow2 {
        max-height: 100000px;
        display: none;
        transition: all 0s;
    }

    footer .bottom_top h3 strong {
        width: 56px;
        display: inline-block;
    }

    footer .bottom_top h3 strong:last-child {
        width: 38px;
    }

    footer .bottom_menu {
        display: none;
    }

    footer .bottom_top {
        padding-bottom: 12px;
    }

    footer .bottom_top h3 {
        margin-bottom: 10px;
    }

    footer {
        padding-top: 0px;
          height: 458px;
    }
    footer .addr{
		margin-top:50px;
        justify-content: center;
    }
    .home .title .info {
        margin-bottom: 16px;
    }
    .home_news .item{
          width:100%;
      }
    .home_news .item_active{
		width:100%;
    }
    .home_news .item_active, .home_news .item{
		   margin-right: auto;
          margin-bottom: 15px;
    }
    .home3{
		background:none;
    }
    .home_news .news_more{
		margin-top: 25px;
    }
  	.pnav{
  		width:auto;
  	}
    .pnav li{
        width:auto;
        line-height: 60px;
    }
 	.bread{
        height: 60px;
  		background: rgba(3, 124, 221, 1);
  	}
    .pnav li a{
		font-size: 12px;
    }
}
@media (max-width:500px) {
    .popContainer .content .img img {
        width: 100%;
    }
}
@media (max-width:1279px) {
    .zlcontents .info:nth-child(4),
    .zlcontents .info:nth-child(5) {
        padding-right: 0%;
    }
}
@media (max-width:768px) {
    .lnInfo .box {
        padding-bottom: 30px;
    }
}

@media (max-width:1549px) {
    .pnav {
        font-size: 16px;
    }

    .pnav li {
        margin-right: 24px;
    }

    .location {
        font-size: 14px;
    }
}
@media (max-width:1366px) {
    .mtList .item .content {
        max-width: 1000px;
    }
}

@media (max-width:1240px) {
    .mtList .item .content {
        max-width: 100%;
    }

    .mtList .item .flex {
        flex-wrap: wrap;
    }

    .viewmore {
        width: 100%;
        padding-left: 38px;
        margin-top: 8px;
    }
}

@media (max-width:560px) {
    .mtList .item .tag {
        width: 120px;
    }
    .viewmore {
        padding-left: 0;
        margin-top: 0;
    }
    .mtList .tit {
        padding-right: 70px;
    }
    .mtList .tit span {
        margin-top: 0;
    }
}
@media (max-width:991px) {
    .arTop h2 {
        padding: 0;
    }
}
@media (max-width:1280px) {
    .pageTitl2 {
        font-size: 30px;
    }
}
@media (max-width:1280px) {
    .pageTitl2 {
        padding: 0px;
    }
}
@media(max-width:985px) {
    .sliderMain .swiper-slide .content .text li:before {
        top: 11px;
        width: 5px;
        height: 5px;
    }
}
@media(max-width:768px) {
    .info td {
        font-size: 14px;
    }

    .info th {
        font-size: 16px;
    }
}
@media(max-width:1459px) {
    .xz_rq1 .rig .div1_rq1 {
        right: 90%;
    }

    .xz_rq1 .rig .rq .div1 {
        width: 60px;
        height: 60px;
    }

    .xz_rq1 .rig .rq .div2 {
        width: 68px;
        height: 68px;
    }

    .xz_rq1 .rig .rq .div3 {
        width: 38px;
        height: 37px;
    }

    .xz_rq1 .rig .rq .div4 {
        width: 45px;
        height: 45px;
    }

    .xz_rq1 .rig .rq .div5 {
        width: 90px;
        height: 90px;
    }

    .xz_rq1 .rig .rq .div6 {
        width: 34px;
        height: 34px;
    }

    .xz_rq1 .rig .rq .div7 {
        width: 46px;
        height: 46px;
    }

    .xz_rq1 .rig .rq .div8 {
        width: 60px;
        height: 60px;
    }

    .xz_rq1 .rig .rq .div9 {
        width: 40px;
        height: 40px;
    }

    .xz_rq1 .rig .rq .div10 {
        width: 55px;
        height: 55px;
    }

    .xz_rq1 .rig .rq .div11 {
        width: 50px;
        height: 50px;
    }

    .xz_rq1 .rig .rq .div12 {
        width: 90px;
        height: 90px;
    }

    .xz_rq1 .rig .rq .div13 {
        width: 35px;
        height: 35px;
    }

    .xz_rq1 .rig .rq .div14 {
        width: 58px;
        height: 58px;
    }

    .xz_rq1 .rig .rq .div15 {
        width: 90px;
        height: 90px;
    }

    .xz_rq1 .rig .rq .div16 {
        width: 64px;
        height: 64px;
    }

    .xz_rq1 .rig .rq .div17 {
        width: 90px;
        height: 90px;
    }

    .xz_rq1 .rig .rq .div18 {
        width: 60px;
        height: 60px;
    }

    .xz_rq1 .rig .rq .div19 {
        width: 40px;
        height: 40px;
    }

    .xz_rq1 .rig .rq .div20 {
        width: 40px;
        height: 40px;
    }

    .xz_rq1 .rig .rq .div21 {
        width: 50px;
        height: 50px;
    }

    .xz_rq1 .rig .rq .div22 {
        width: 58px;
        height: 58px;
    }

    .xz_rq1 .rig .rq .div23 {
        width: 65px;
        height: 65px;
    }

    .xz_rq1 .rig .rq .div .p2 {
        font-size: 14px;
        min-width: 30px;
    }

    .xz_rq1 .rig .rq .div12 .rq1 {
        left: auto;
        right: 100%;
        padding-left: 0;
        padding-right: 20px;
    }

    .xz_rq1 .rig .charge .div12:hover {
        z-index: 12;
    }

    .xz_rq1 .rig .rq .div12 .rq1::before {
        left: auto;
        right: 10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 10px solid transparent;
        border-right: 0px solid transparent;
    }

    .xz_rq1 .rig .rq .div .rq2 {
        padding: 24px 0;
    }

    .xz_rq1 .rig .rq .div .bot,
    .xz_rq1 .rig .rq .div .top {
        padding-left: 20px;
        padding-right: 14px;
    }

    .xz_rq1 .rig .rq .div .top .p3 {
        font-size: 13px;
    }

    .xz_rq1 .rig .rq .div .top .p4 {
        font-size: 18px;
    }

    .xz_rq1 .rig .rq .div .bot {
        margin-top: 8px;
        height: 125px;
    }

    .xz_rq1 .rig .rq .div .bot a {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .xz_rq1 .lef .p1 {
        font-size: 32px;
    }

    .xz_rq1 .lef .div .p {
        font-size: 18px;
        line-height: 58px;
        margin-bottom: 7px;
        padding-left: 30px;
    }

    .xz_rq1 .rig .div1_rq1 .p2 {
        width: 168px;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .xz_rq1 .rig .div1_rq1 .p3 {
        font-size: 14px;
    }

    .xz_rq1 .rig .div1_rq1 .p3 i {
        width: 8px;
        height: 8px;
    }
}
@media(max-width:991px) {
    .xz_rq1 .rig .rq .div {
        display: none;
    }

    .xz_rq1 .rig .rq .ig1 {
        display: none;
    }

    .xz_rq1 .rig .rq .ig2 {
        display: block;
    }

    .xz_rq1 .lef {
        width: 37.5%;
    }

    .xz_rq1 .lef .p1 {
        font-size: 25px;
    }

    .xz_rq1 .lef .div .p {
        font-size: 16px;
        line-height: 50px;
        margin-bottom: 7px;
        padding-left: 20px;
    }

    .xz_rq1 .rig .div1_rq1 {
        right: 65%;
        bottom: -100px;
    }
}

@media(max-width:768px) {
    .xz_rq1 .lef {
        width: 100%;
    }

    .xz_rq1 .lef .div {
        margin-top: 30px;
    }

    .xz_rq1 .rig {
        width: 100%;
        margin-top: 30px;
    }

    .xz_rq1 .rig .div1_rq1 {
        position: static;
        padding-left: 10px;
    }
}
@media (max-width:1100px) {
    header .menuBox .tow {
        text-align: left;
    }
}

@media(max-width:560px) {
    .fullSlide .content .tit {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gateInfo_left .desc img {
        display: block;
    }
}

@media(max-width:768px) {
    .desSlider .flex .text {
        width: 100%;
    }

    .pageTab li {
        flex: 0 0 auto;
        min-width: 31.33%;
    }
}
@media(max-width:768px) {
    .home2 ul li a {
        z-index: -10;
        transition: all .5s;
    }

    .home2 ul li.on a {
        z-index: 3;
    }
}
@media(max-width:768px) {
  .pageMain1 .arCount{
  	display:block;
    margin-top:0;
    width: 100%;
  }
  .pageMain1 .arCount .arImg.left,
  .pageMain1 .arCount .arImg.right{
  	 background-repeat: no-repeat;
     background-position: center;
     width: 100%;
    margin-bottom: 25px;
  }
  .pageMain1 .arCount .arImg.right .uint{
  	    margin-left: 43%;
  }
  .pageMain1 .arCount .arImg.right .des{
  	    margin-left: 43%;
  }
  .pageMain1 .arCount .arImg.left .uint{
  	margin-left: 35%;
  }
  .pageMain1 .arCount .arImg.left .des{
  	margin-left: 35%;
  }
  .sliderMain .swiper-slide .content{
  	margin-top: 90px;
  }
  .home_banner_new .item img{
  	height:auto;
  }
}
@media(max-width:500px) {
    .video_fc {
        width: 130px;
        height: 75px;
        right: 10px;
        border-radius: 10px;
    }

    .video_fc .div {
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .video_fc .div1 {
        width: 10px;
        height: 10px;
        top: 5px;
        right: 5px;
    }

    .video-box .auto-inner {
        width: 95%;
    }
}